home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / datatypes / clidt / source / rcs / endcode.asm,v < prev    next >
Text File  |  1996-04-07  |  713b  |  59 lines

  1. head    39.1;
  2. access;
  3. symbols
  4.     V39_2:39.1
  5.     V39_1:39.1;
  6. locks; strict;
  7. comment    @;; @;
  8.  
  9.  
  10. 39.1
  11. date    95.08.07.23.46.06;    author StRuppert;    state Exp;
  12. branches;
  13. next    ;
  14.  
  15.  
  16. desc
  17. @initial
  18. @
  19.  
  20.  
  21. 39.1
  22. log
  23. @*** empty log    message    ***
  24. @
  25. text
  26. @;
  27. ; $PROJECT: catalog.datatype
  28. ;
  29. ; $VER: endcode.asm 39.1 (16.07.95)
  30. ;
  31. ; by
  32. ;
  33. ; Stefan Ruppert , Windthorststraße 5 , 65439 Flörsheim , GERMANY
  34. ;
  35. ; (C) Copyright 1995
  36. ; All Rights Reserved !
  37. ;
  38. ; $HISTORY:
  39. ;
  40. ; 16.07.95 : 039.001 : initial
  41. ;
  42.  
  43.           XDEF    ENDCODE
  44.  
  45. ;---------------------------------------------------------------------------
  46.  
  47.           SECTION TEXT,CODE
  48.  
  49.  
  50. ;---------------------------------------------------------------------------
  51.  
  52. ;ENDCODE        EQU     *
  53.  
  54. ENDCODE:
  55.  
  56.           END
  57.  
  58. @
  59.